From: Mauro Carvalho Chehab Date: Sat, 31 Dec 2011 13:33:00 +0000 (-0200) Subject: stv0297: Fix delivery system X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~11221^2~312 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=a95c471eb7615762009af7a8810f56da3f28ea9f;p=linux-4.9.git stv0297: Fix delivery system Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index 8f74762ca76f..8e5bd69f2f80 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/drivers/media/dvb/frontends/stv0297.c @@ -690,7 +690,7 @@ error: } static struct dvb_frontend_ops stv0297_ops = { - .delsys = { SYS_DVBC }, + .delsys = { SYS_DVBC_ANNEX_A }, .info = { .name = "ST STV0297 DVB-C", .type = FE_QAM,